home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13868 < prev    next >
Encoding:
Text File  |  1996-08-05  |  808 b   |  22 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!smryan
  3. From: smryan@netcom.com (@#$%!?!)
  4. Subject: Re: Help to detect error 
  5. Message-ID: <smryanDpMqyz.By9@netcom.com>
  6. Organization: The Programmer formerly known as S M Ryan
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <DpMA82.KEE.0.bloor@torfree.net>
  9. Date: Wed, 10 Apr 1996 04:54:35 GMT
  10. Sender: smryan@netcom12.netcom.com
  11.  
  12. : reorder (int n , int x[]); /* LINE 6 */
  13.  
  14. int reorder(...);
  15.  
  16. You can only elide the declaration's type in an external declaration.
  17. -- 
  18. The Queen, amused, in quiet power,         | smryan@netcom.com  PO Box 1563
  19. will draw the son to darkenned bower.      |          Cupertino, California
  20. Her face is fair, her fragrance rare,      | (xxx)xxx-xxxx            95015
  21. with woven webs for wayward flower.        |         I don't use no smileys
  22.